var css = '#vZjFtE { padding: 0; margin: 10px 0; display: -webkit-inline-flex; display: inline-flex; flex-wrap: wrap; justify-content: center; /* justify-content: flex-start; justify-content: flex-end; justify-content: space-between; justify-content: space-around; */ align-items: stretch; } #vZjFtE a { display: inline-block; vertical-align: top; width: 160px; background: #ccc; text-decoration: none; color: #000; line-height: 14px; padding: 3px 3px 5px 3px; margin: 1px; border: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; } #vZjFtE a:hover { color: #003366; } #vZjFtE a img { border: 5px #ccc solid; margin: 0; width: 150px; height: 150px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } #vZjFtE a:hover img { border-color: #999; } #vZjFtE a span { display: block; width: 150px; overflow: hidden; padding: 5px; text-decoration: none; } #vZjFtE a:hover span { text-decoration: underline; } #vZjFtE i { display: block; width: 150px; padding: 5px; overflow: hidden; font-style: normal; font-weight: bold; }',
head = document.head || document.getElementsByTagName('head')[0],
style = document.createElement('style');
style.type = 'text/css';
if (style.styleSheet){
style.styleSheet.cssText = css;
} else {
style.appendChild(document.createTextNode(css));
}
head.appendChild(style);
if(!idp){
var idp='';
}else{
var idp='idp-'+idp+'/';
}
if(!link_target){
var link_target='_blank';
}
if(!link_bg){
var link_bg='#DFDFDF';
}
if(!link_c){
var link_c='#000';
}
if(!link_s){
var link_s='13px';
}
if(!link_w){
var link_w='normal';
}
if (!idp_adaptive_container) {
var idp_adaptive_container = '';
document.write('');
}else{
if(document.getElementById(idp_adaptive_container)!=null){
document.getElementById(idp_adaptive_container).innerHTML='';
}else{
var idp_adaptive_container = 'vZjFtE';
document.write('');
}
//var currentSrc = (document.currentScript || document.scripts[document.scripts.length - 1]).src;
//console.log(document.currentScript.parentNode.nodeName);
//console.log(document.currentScript.parentNode);
//console.log(document.currentScript.parentNode.offsetWidth);
//console.log(document.getElementById('vZjFtE').offsetWidth);
}